home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / COSCOS.FRM < prev    next >
Text File  |  1993-09-12  |  207b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3.  
  4. ;parameter and window defaults
  5. a = 2
  6. b = 2
  7. c = 1
  8. d = 1
  9. mu = 0
  10. xmin = -1
  11. xmax = 2 
  12. ymin = -.5
  13. ymax = 1.5
  14.  
  15. x = cos(a*y) 
  16. y = cos(b*x) 
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.